upload File
suspend fun uploadFile(cacheId: Int, file: Path, concurrency: Int = 4, maxChunkSize: Long = 32 * 1024 * 1024)
Content copied to clipboard
Upload a file to a reserved cache id, using concurrency.
Sources
js source
Link copied to clipboard